Items in this order
Source: api:/api/orders/[id]/items
| Product | Farm | Qty | Unit | Unit price | Line total |
|---|---|---|---|---|---|
| Heirloom Tomatoes | Sunny Acres Farm | 2 | lb | $4.50 | $9.00 |
| Free-range Eggs | Meadowbrook Farm | 1 | dozen | $6.00 | $6.00 |
Fulfillment details
Method
{{order.fulfillment_method}}
Pickup location / Delivery address
{{order.delivery_address || order.pickup_location || '—'}}
Preferred window
{{order.fulfillment_window || '—'}}
Notes
{{order.fulfillment_notes || 'No notes'}}